home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / libgksu / gksu-properties.ui
Extensible Markup Language  |  2009-07-30  |  10KB  |  231 lines

  1. <?xml version="1.0"?>
  2. <interface>
  3.   <!-- interface-requires gtk+ 2.12 -->
  4.   <!-- interface-naming-policy toplevel-contextual -->
  5.   <object class="GtkListStore" id="model1">
  6.     <columns>
  7.       <!-- column-name gchararray -->
  8.       <column type="gchararray"/>
  9.     </columns>
  10.     <data>
  11.       <row>
  12.         <col id="0" translatable="yes">enable</col>
  13.       </row>
  14.       <row>
  15.         <col id="0" translatable="yes">disable</col>
  16.       </row>
  17.       <row>
  18.         <col id="0" translatable="yes">force enable</col>
  19.       </row>
  20.       <row>
  21.         <col id="0" translatable="yes">prompt</col>
  22.       </row>
  23.     </data>
  24.   </object>
  25.   <object class="GtkListStore" id="model2">
  26.     <columns>
  27.       <!-- column-name gchararray -->
  28.       <column type="gchararray"/>
  29.     </columns>
  30.     <data>
  31.       <row>
  32.         <col id="0" translatable="yes">su</col>
  33.       </row>
  34.       <row>
  35.         <col id="0" translatable="yes">sudo</col>
  36.       </row>
  37.     </data>
  38.   </object>
  39.   <object class="GtkWindow" id="main_window">
  40.     <property name="border_width">6</property>
  41.     <property name="title">Privilege granting preferences</property>
  42.     <property name="window_position">center</property>
  43.     <signal name="delete_event" handler="gtk_main_quit"/>
  44.     <child>
  45.       <object class="GtkVBox" id="vbox1">
  46.         <property name="visible">True</property>
  47.         <property name="spacing">5</property>
  48.         <child>
  49.           <object class="GtkVBox" id="vbox2">
  50.             <property name="visible">True</property>
  51.             <property name="border_width">9</property>
  52.             <property name="spacing">20</property>
  53.             <child>
  54.               <object class="GtkTable" id="table1">
  55.                 <property name="visible">True</property>
  56.                 <property name="n_rows">4</property>
  57.                 <property name="n_columns">3</property>
  58.                 <property name="column_spacing">6</property>
  59.                 <property name="row_spacing">6</property>
  60.                 <child>
  61.                   <object class="GtkEventBox" id="eventbox2">
  62.                     <property name="visible">True</property>
  63.                     <property name="tooltip_text">The su mode will require the administrator password; sudo mode will request the user's own password, and needs prior setup of sudo.</property>
  64.                     <child>
  65.                       <object class="GtkLabel" id="label3">
  66.                         <property name="visible">True</property>
  67.                         <property name="xalign">0</property>
  68.                         <property name="label" translatable="yes">_Authentication mode:</property>
  69.                         <property name="use_underline">True</property>
  70.                         <property name="mnemonic_widget">mode_combo</property>
  71.                       </object>
  72.                     </child>
  73.                   </object>
  74.                   <packing>
  75.                     <property name="left_attach">1</property>
  76.                     <property name="right_attach">2</property>
  77.                     <property name="top_attach">1</property>
  78.                     <property name="bottom_attach">2</property>
  79.                   </packing>
  80.                 </child>
  81.                 <child>
  82.                   <object class="GtkEventBox" id="eventbox1">
  83.                     <property name="visible">True</property>
  84.                     <property name="tooltip_text">This setting controls whether the keyboard and mouse should be held exclusively while requesting the password, to avoid that some other application receive the password.</property>
  85.                     <child>
  86.                       <object class="GtkLabel" id="label1">
  87.                         <property name="visible">True</property>
  88.                         <property name="xalign">0</property>
  89.                         <property name="label" translatable="yes">_Grab mode:</property>
  90.                         <property name="use_underline">True</property>
  91.                         <property name="mnemonic_widget">grab_combo</property>
  92.                       </object>
  93.                     </child>
  94.                   </object>
  95.                   <packing>
  96.                     <property name="left_attach">1</property>
  97.                     <property name="right_attach">2</property>
  98.                     <property name="top_attach">3</property>
  99.                     <property name="bottom_attach">4</property>
  100.                   </packing>
  101.                 </child>
  102.                 <child>
  103.                   <object class="GtkComboBox" id="grab_combo">
  104.                     <property name="visible">True</property>
  105.                     <property name="model">model1</property>
  106.                     <child>
  107.                       <object class="GtkCellRendererText" id="renderer1"/>
  108.                       <attributes>
  109.                         <attribute name="text">0</attribute>
  110.                       </attributes>
  111.                     </child>
  112.                   </object>
  113.                   <packing>
  114.                     <property name="left_attach">2</property>
  115.                     <property name="right_attach">3</property>
  116.                     <property name="top_attach">3</property>
  117.                     <property name="bottom_attach">4</property>
  118.                   </packing>
  119.                 </child>
  120.                 <child>
  121.                   <object class="GtkComboBox" id="mode_combo">
  122.                     <property name="visible">True</property>
  123.                     <property name="model">model2</property>
  124.                     <child>
  125.                       <object class="GtkCellRendererText" id="renderer2"/>
  126.                       <attributes>
  127.                         <attribute name="text">0</attribute>
  128.                       </attributes>
  129.                     </child>
  130.                   </object>
  131.                   <packing>
  132.                     <property name="left_attach">2</property>
  133.                     <property name="right_attach">3</property>
  134.                     <property name="top_attach">1</property>
  135.                     <property name="bottom_attach">2</property>
  136.                   </packing>
  137.                 </child>
  138.                 <child>
  139.                   <object class="GtkLabel" id="spacer1">
  140.                     <property name="width_request">18</property>
  141.                     <property name="visible">True</property>
  142.                     <property name="xalign">0</property>
  143.                     <property name="yalign">0</property>
  144.                   </object>
  145.                   <packing>
  146.                     <property name="top_attach">3</property>
  147.                     <property name="bottom_attach">4</property>
  148.                     <property name="x_options"></property>
  149.                   </packing>
  150.                 </child>
  151.                 <child>
  152.                   <object class="GtkLabel" id="label2">
  153.                     <property name="visible">True</property>
  154.                     <property name="xalign">0</property>
  155.                     <property name="yalign">0</property>
  156.                     <property name="label" translatable="yes"><b>Screen Grabbing</b></property>
  157.                     <property name="use_markup">True</property>
  158.                   </object>
  159.                   <packing>
  160.                     <property name="right_attach">3</property>
  161.                     <property name="top_attach">2</property>
  162.                     <property name="bottom_attach">3</property>
  163.                   </packing>
  164.                 </child>
  165.                 <child>
  166.                   <object class="GtkLabel" id="spacer2">
  167.                     <property name="width_request">18</property>
  168.                     <property name="visible">True</property>
  169.                     <property name="xalign">0</property>
  170.                     <property name="yalign">0</property>
  171.                   </object>
  172.                   <packing>
  173.                     <property name="top_attach">1</property>
  174.                     <property name="bottom_attach">2</property>
  175.                     <property name="x_options">GTK_FILL</property>
  176.                   </packing>
  177.                 </child>
  178.                 <child>
  179.                   <object class="GtkLabel" id="label12">
  180.                     <property name="visible">True</property>
  181.                     <property name="xalign">0</property>
  182.                     <property name="yalign">0</property>
  183.                     <property name="label" translatable="yes"><b>Behavior</b></property>
  184.                     <property name="use_markup">True</property>
  185.                   </object>
  186.                   <packing>
  187.                     <property name="right_attach">3</property>
  188.                   </packing>
  189.                 </child>
  190.               </object>
  191.               <packing>
  192.                 <property name="expand">False</property>
  193.                 <property name="position">0</property>
  194.               </packing>
  195.             </child>
  196.           </object>
  197.           <packing>
  198.             <property name="position">0</property>
  199.           </packing>
  200.         </child>
  201.         <child>
  202.           <object class="GtkHButtonBox" id="hbuttonbox1">
  203.             <property name="visible">True</property>
  204.             <property name="layout_style">end</property>
  205.             <child>
  206.               <object class="GtkButton" id="button1">
  207.                 <property name="label" translatable="no">gtk-close</property>
  208.                 <property name="visible">True</property>
  209.                 <property name="can_focus">False</property>
  210.                 <property name="receives_default">False</property>
  211.                 <property name="use_stock">True</property>
  212.                 <signal name="clicked" handler="gtk_main_quit"/>
  213.               </object>
  214.               <packing>
  215.                 <property name="expand">False</property>
  216.                 <property name="fill">False</property>
  217.                 <property name="position">0</property>
  218.               </packing>
  219.             </child>
  220.           </object>
  221.           <packing>
  222.             <property name="expand">False</property>
  223.             <property name="fill">False</property>
  224.             <property name="position">1</property>
  225.           </packing>
  226.         </child>
  227.       </object>
  228.     </child>
  229.   </object>
  230. </interface>
  231.